projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8c74ae
)
GtkStyleContext: Fix typo.
author
Carlos Garnacho
<carlosg@gnome.org>
Sat, 27 Mar 2010 20:29:55 +0000
(21:29 +0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Sat, 4 Dec 2010 14:37:00 +0000
(15:37 +0100)
gtk/gtkstylecontext.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstylecontext.c
b/gtk/gtkstylecontext.c
index 9ec30d07fd2d8f38083ec80f9f6ba194b2c3cd52..566538f0b701e2a12ec9afb32856cc4e7bb7fbec 100644
(file)
--- a/
gtk/gtkstylecontext.c
+++ b/
gtk/gtkstylecontext.c
@@
-390,7
+390,7
@@
gtk_style_context_set_class (GtkStyleContext *context,
{
GQuark link_quark;
- link_quark = G
UINT_TO_POINTER
(link->data);
+ link_quark = G
POINTER_TO_UINT
(link->data);
if (link_quark == class_quark)
return;